home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / H-I / HT Index.cpt / HT Index / card_5694.txt < prev    next >
Text File  |  1989-02-26  |  992b  |  49 lines

  1. -- card: 5694 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2913
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=424 top=138 right=177 bottom=466
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 25002 / 25002
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Help
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   help
  23. end mouseUp
  24.  
  25.  
  26. -- part contents for background part 13
  27. ----- text -----
  28. Functions:
  29.  
  30. -- part contents for background part 14
  31. ----- text -----
  32. the charToNum
  33.  
  34. -- part contents for background part 15
  35. ----- text -----
  36. of <character>
  37.  
  38. -- part contents for background part 18
  39. ----- text -----
  40. 541
  41.  
  42. -- part contents for background part 17
  43. ----- text -----
  44. Converts the character to its ASCII numeric value.  The complement of the numToChar command.
  45.  
  46. -- part contents for background part 16
  47. ----- text -----
  48. the charToNum "A"
  49. put the charToNum of "a" into it